home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / te150a.zip / HEADER.EZY < prev    next >
Text File  |  1996-10-11  |  4KB  |  61 lines

  1. ;
  2. ; If you use EzyCom, and are experiencing difficulties with the baudrate
  3. ; appearing in the Msg Area field, please delete HEADER.CTL and rename this
  4. ; file to HEADER.CTL.  This will fix the problem.
  5. ;
  6. |NC┌|HC──|PC──|BC────────────────────────────────────────────────────────────────────────┐
  7. |HC│|FZ█▓▒░ |FCF|FLrom|FS: @FROM...................@          |FCD|FLate|FS: @DATE.............@    |FZ░|BC│
  8. |PC│|FZ▓▒░  |FCT|FLo  |FS: @TO.....................@          |FCM|FLsg|FS#: @MSG..@ |FCP|FLriv|FS: @P..@   |FZ░▒|BC│
  9. |BC│|FZ▒░   |FCB|FLaud|FS: @AREA.@                                                       |FZ░▒▓|PC│
  10. |BC│|FZ░    |FCS|FLubj|FS: @SUBJ......................................................@ |FZ░▒▓█|HC│
  11. |BC└────────────────────────────────────────────────────────────────────────|PC──|HC──|NC┘
  12. %
  13. ; TurboEDIT Header Control File
  14. ; Copyright (C) 1996, By Steve Blinch of Mikerosoft Productions.
  15. ;
  16. ; Any line beginning with a semicolon (;) is ignored.
  17. ; Any line beginning with a percent (%) signifies the end of the header,
  18. ; and speeds up processing if included.
  19. ;
  20. ; The text & control codes in this file may not exceed 10 lines, and the
  21. ; actual text displayed on the screen may NOT exceed 6 lines (the header
  22. ; may ONLY be displayed in the top 6 lines of the screen).
  23. ;
  24. ; Control Code                                                      Returns
  25. ; ─────────────────────────────────────────────────────────────────────────
  26. ; @FROM@                              The name of the sender of the message
  27. ; @TO@                             The name of the recipient of the message
  28. ; @AREA@                               The name of the area being posted in
  29. ; @SUBJ@                                         The subject of the message
  30. ; @DATE@                                              The current date/time
  31. ; @MSG@                                                  The message number
  32. ; @P@                                           Private: " Yes " or " No  "
  33. ; ─────────────────────────────────────────────────────────────────────────
  34. ; |NC                                                         Frame Color 1
  35. ; |HC                                                         Frame Color 2
  36. ; |PC                                                         Frame Color 3
  37. ; |BC                                                         Frame Color 4
  38. ; |FZ                                                          "Fade" color
  39. ; |FC                                                  Capital Letter Color
  40. ; |FL                                                Lowercase Letter Color
  41. ; |FS                                                          Symbol Color
  42. ; |FD                                                           Digit Color
  43. ; |IC                                   Capital Letter Color (Input fields)
  44. ; |IL                                 Lowercase Letter Color (Input fields)
  45. ; ─────────────────────────────────────────────────────────────────────────
  46. ;
  47. ; In most cases, you will want each control code to be justified in a field
  48. ; of a certain size.  For example, the second line of the default header:
  49. ;
  50. ; │█▓▒░ From: @FROM...................@       Date: @DATE.............@  ░│
  51. ;
  52. ; This would be displayed as:
  53. ;
  54. ; │█▓▒░ From: _Steve_Blinch____________       Date: _04-Mar-96_01:20am_  ░│
  55. ;
  56. ; (the _'s above represent colored spaces.)
  57. ;
  58. ; The entire size of the control code, from opening @ to closing @, is the
  59. ; actual size of the field of data that will be displayed on the screen.
  60. ;
  61.